* {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  height: 100%;
}

.nav {
  width: 100%;
  height: 60px;
  background-color: #2d548f;
}

.w950 {
  width: 1170px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.nav_left {
  float: left;
  height: 60px;
  list-style: none;
}

.nav_left li {
  float: left;
  font-size: 18px;
  text-align: center;
  width: 90px;
  line-height: 60px;
}

.nav_left li a {
  color: #fefefe;
  text-decoration: none;
}

.nav_right {
  display: flex;
  align-items: center;
  float: right;
  line-height: 60px;
  height: 60px;
  /* padding-top: 22px */
}

.nav_right01 {
  font-size: 13px;
  color: #cdd6e1;
  text-decoration: none;
}

.nav_right01:hover {
  font-weight: bold;
}

.nav_right02 {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #fff;
  margin: 0 5px;
}

.top {
  height: 152px;
  background: url(http://www.jiangxi.gov.cn/picture/61/1807101538176353815.png) no-repeat top center;
  border-bottom: 5px solid #eeeeee;
}

.top .w950 {
  padding-top: 35px;
}

.container .seen {
  margin: 0 auto;
  width: 1170px;
  height: 40px;
  text-align: left;
  font-size: 13px;
  color: #666;
  background: url(/assets/index/img/home.png) no-repeat left center;
  display: flex;
  align-items: center;
}

.container .seen a {
  text-decoration: none;
  color: #666;
  margin-right: 5px;
}

.container .seen a:hover {
  color: #355e92;
}

.container .title {
  width: 1170px;
  height: 53px;
  margin: 0 auto;
  border-bottom: 3px solid #3c66a5;
  line-height: 53px;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
}

.container .title div {
  height: 53px;
  display: inline-block;
  background-color: #3c66a5;
  padding: 0px 15px 0 20px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 0 0 0;
}

.container .content {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  clear: both
}

.container .content ul li {
  width: 30%;
  list-style: none;
  float: left;
  //margin-right: 58px;
  margin-bottom: 80px;
}

.container .content ul li a {
  text-decoration: none;
}

.container .content ul li a img {
  width: 100%;
  height: 160px;
	//object-fit:cover;
}
.container .content ul li a .imgs {
    width: 100%;
    height: 170px;
}
.container .content ul li:nth-child(4n) {
 // margin-right: 0;
}

.container .content ul li span {
  width: 100%;
  color: #2d2d2d;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 5px 0;
  font-size: 16px;
}

.container .content ul li .time {
//  color: #b60f09;
  font-size: 14px;
}
.container .content ul li .guest {
  //color: #b60f09;
  font-size: 14px;
}

.pagination {
  width: 1170px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.pagination li {
  width: 30px;
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  background-color: #fafafa;
  color: #606266;
  border-radius: 6px;
  margin: 0 1px;
  border: 1px solid #ebebeb;
  height: 30px;
  line-height: 30px;
}

.pagination li a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #666;
}

.pagination li a:hover {
  color: #262a3b;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination li.active {
  background: #98A6AD;
  color: white;
  cursor: not-allowed;
}

.pagination li.disabled {
  cursor: not-allowed;
}

.pagination li.totalPage {
  background: transparent;
  cursor: default;
  border: none;
  padding: 0 6px;
}

.pagination li.totalPage:hover {
  transform: none;
  background-color: #ffffff;
}


.pagination li input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: none;
  padding: 3px 5px;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 40px;
  height: 25px;
  margin: 0 6px;
}

.pagination li input:focus {
  border-color: #98A6AD;
}

.pagination {
  user-select: none;
}

.pagination ul:nth-child(2) {
  border-radius: 6px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
    .container .footer_box_bottom{
        height: 158px;
        margin-top: 20px;
        background: #fff;
    }
    .container .footer_box_bottom .cf{
        width:930px;
        padding-left:0px;
        padding-right:0px;
        margin-left:auto;
        margin-right:auto;
        display: flex;
        justify-content: space-between;
    }
    .container .footer_box_bottom .cf .left{
        width: 52px;
        margin-top: 13px;
    }
    .container .footer_box_bottom .cf .left img{
        display: block;
        width: 52px;
        height: 64px;
    }
    .container .footer_box_bottom .cf .middle {
        width: 700px;
        padding: 0;
        margin-left: 30px;
    }
    .container .footer_box_bottom .cf .middle .footer-nav{
        display: inline-block;
        font-size: 13px;
        line-height: 13px;
        height: 13px;
        margin: 0 10px 5px 10px;
    }
    .container .footer_box_bottom .cf .middle .footer-separate{
        width: 1px;
        height: 13px;
        background: #4a4a4a;
        margin: 0 5px;
        display: inline-block;
    }
    .container .footer_box_bottom .cf .middle p{
        font-size: 13px;
        color: #333333;
        height: 18px;
        line-height: 18px;
        margin-top: 6px;
        text-align: center;
    }
    .container .footer_box_bottom .cf .middle  a{
        text-decoration: none;
        color: #333333;
        cursor: pointer;
    }
    .container .footer_box_bottom .cf .middle  a:hover {
        color: #355e92;
    }

    .container .footer_box_bottom .cf .right{
        width: 110px;
        margin-top: 7px;
    }
    .container .footer_box_bottom .cf .right img{
        display: block;
        width: 110px;
        height: 55px;
    }
    .container footer {
        display: none;
    }
    .container .screen{
        display: block;
    }

@media screen and (max-width: 768px) {
  .pagination {
    width: 100%;
  }

  .pagination ul li {
    font-size: 12px;
  }
}

/*  */
@media screen and (max-width: 768px) {
  .container .matter {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .w950 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .nav_left li {
    width: 25%;
    line-height: 30px;
    font-size: 15px;
  }

  .nav_right {
    display: none;
  }

  .nav {
    width: 100%;
    height: 60px;
    background-color: #2d548f;
  }

  .nav_left {
    width: 100%;
    float: left;
    height: 60px;
    list-style: none;
  }

    .container .top {
        /*height: 152px;*/
        /*background: url(http://www.jiangxi.gov.cn/picture/61/1807101538176353815.png) no-repeat top center;*/
        /*border-bottom: 5px solid #eeeeee;*/
        border-top: 5px solid #2d548f;
        background-color: white;
        background-image: url(http://www.jiangxi.gov.cn/picture/101/1808201338002509847.jpg);
        background-size: 100%;
        height: 80px;
        margin-bottom: 50px;
    }

    .top .w950 {
        padding-top: 10px;
    }
    .container .top .w950 .fl a img{
            width: 50% !important;
            height: auto !important;
        }
        .container .top .w950 .fl img{
            width: 25%;
        }

  .container .seen {
    display: none;
  }

  .container .title {
    width: 100%;
    height: 53px;
    border-bottom: 3px solid #3c66a5;
    line-height: 53px;
    box-sizing: border-box;
    margin: 40px 0 30px 0;
  }

  .container .title div {
    display: inline-block;
    background-color: #3c66a5;
    padding: 0px 15px 0 20px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 0 0 0;
  }

  .container .content {
    width: 100%;
  }

  .container .content ul li {
    width: 30%;
    list-style: none;
    float: left;
    margin-right: 0.8rem;
    margin-bottom: 40px;
  }

  .container .content ul li a {
    width: 100%;
  }

  .container .content ul li a img {
    width: 100%;
    height: 100%;
  }
  .container .content ul li a .imgs {
    width: 100%;
    height: 5rem;
  }
  .container .screen{
         //   display: none;
	margin-top:-130px
  }
 .container .screen .left{
display: none;
}
 .container .screen .right{
display: none;
}

  .container footer {
            display: block;
            padding: 16px;
            height: 140px;
            background: white;
            text-align: center;
            font-size: 13px;
            color: #333333;
            width:100%;
            border-top: 3px solid #456ca5;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .container footer .left{
            width: 10%;
        }
        .container footer .left img{
            width: 100%;
        }
        .container footer .middle{
            width: 80%;
        }
        .container footer .right{
            width: 20%;
        }
        .container footer .right img{
            width: 100%;
        }
}